type github.com/klauspost/compress/fse.bitReader
12 uses
github.com/klauspost/compress/fse (current package)
bitreader.go#L17: type bitReader struct {
bitreader.go#L25: func (b *bitReader) init(in []byte) error {
bitreader.go#L49: func (b *bitReader) getBits(n uint8) uint16 {
bitreader.go#L58: func (b *bitReader) getBitsFast(n uint8) uint16 {
bitreader.go#L67: func (b *bitReader) fillFast() {
bitreader.go#L81: func (b *bitReader) fill() {
bitreader.go#L102: func (b *bitReader) fillFastStart() {
bitreader.go#L110: func (b *bitReader) finished() bool {
bitreader.go#L115: func (b *bitReader) close() error {
decompress.go#L337: br *bitReader
decompress.go#L342: func (d *decoder) init(in *bitReader, dt []decSymbol, tableLog uint8) {
fse.go#L50: bits bitReader
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |